home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Demo / Maguma / workbench-2.1.0-trial.exe / {app} / help / html_401.chm / license.css < prev    next >
Cascading Style Sheet File  |  2004-07-19  |  1KB  |  69 lines

  1. /* Copyright 1997-2003 W3C (MIT, ERCIM, Keio). All Rights Reserved.
  2.    The following software licensing rules apply:
  3.    http://www.w3.org/Consortium/Legal/copyright-software */
  4.  
  5. /* $Id: base.css,v 1.13 2003/03/11 14:07:08 bbos Exp $ */
  6.  
  7. /* this style sheet defines the basic style for all W3C pages */
  8. /* you can point to this by adding:
  9.  
  10.      <LINK rel="Stylesheet" href="/StyleSheets/base">
  11.  
  12.  
  13.    in the HEAD of your HTML document */
  14.  
  15. body {
  16.   font-family: sans-serif;
  17.   color: black;
  18.   background: white;
  19. }
  20.  
  21. a:link, a:active {
  22.   color: #00e;
  23.   background: transparent;
  24. }
  25.  
  26. a:visited {
  27.   color: #529;
  28.   background: transparent;
  29. }
  30.  
  31. div.intro {
  32.   margin-left: 5%;
  33.   margin-right: 5%;
  34.   font-style: italic
  35. }
  36.  
  37. pre {
  38.   font-family: monospace
  39. }
  40.  
  41. a:link img, a:visited img {
  42.    border-style: none
  43. }
  44.  
  45. a img { color: white; }        /* hide the border in Netscape 4 */
  46. @media all {                   /* hide from Netscape 4 */
  47.   a img { color: inherit; }    /* undo the rule above */
  48. }
  49.  
  50. ul.toc {
  51.   list-style: disc;
  52.   list-style: none;
  53. }
  54.  
  55. div.issue {
  56.   padding: 0.5em;
  57.   border: none;
  58.   margin-right: 5%;
  59. }
  60.  
  61. .hideme { display: none }
  62.  
  63. @media print {
  64.  
  65.   table {
  66.     page-break-inside: avoid
  67.   }
  68.  
  69. }